@charset "utf-8";

/**
 * .c-z-1 {
	color: #0d61ae;
}

.c-z-2 {
	color: #ffa200;
}

.c-z-3 {
	color: #376ae6;
}

 ***/

/* ICON  */
.iconfont {
	transition: 0.5s;
}

/* 英文 */
@font-face {
	font-family: 'en1';
	src: url('../font/BEBAS.TTF');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en2';
	src: url('../font/timesbd.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
}

@font-face {
	font-family: 'en3';
	src: url('../font/AgencyFB.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
}

@font-face {
	font-family: 'impact';
	src: url('../font/impact.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
}

@font-face {
	font-family: 'youshe';
	src: url('../font/YouSheBiaoTiHei.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
}

/* 数字 */
@font-face {
	font-family: 'num1';
	src: url('../font/UBTECH-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
}

@font-face {
	font-family: 'num2';
	src: url('../font/DIN-Bold.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
}

@font-face {
	font-family: 'num3';
	src: url('../font/DIN-Medium.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
}


* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	outline: none;
}

video {
	display: block;
	object-fit: fill;
}

a {
	color: #333;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	transition: 0.5s;
}


a:hover {
	color: #0d61ae;
}

li {
	list-style: none;
	padding: 0px;
}

input {}

input:focus {
	outline: none;
}

input[type=reset],
input[type=button] {
	cursor: pointer;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "Microsoft YaHei", "arial";
	min-width: 1500px;
	position: relative;
	overflow-X: hidden;
}


/**宽度**/
.container {
	margin: 0 auto;
	transition: 0.5s;
	max-width: 1460px;
	min-width: 1260px;
	padding: 0 30px;
	width: 100%;
}


/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}


/**浮动**/
.clear:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.margin-auto {
	margin: 0 auto;
}

/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}


/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.d-no {
	display: none !important;
}

/* 按钮 */
.index-more1 {
	font-size: 16px;
	width: 9em;
	text-align: center;
	line-height: 2.7em;
	border-radius: 2.7em;
	background: #0d61ae;
	color: #fff;
	display: block;
	margin-top: 50px;
}

.index-more1:hover {
	color: #fff;
	box-shadow: 0 5px 10px #999;
}

/**图片动效**/
.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

*:hover>.pic-box1 img {
	transform: scale(1.1);
}


/**分栏图片**/
.fenlan-pic {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height: 328px;
}

.fenlan-pic>img {
	position: absolute;
	display: block;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}

.fenlan-pic>div {
	position: absolute;
	height: 100%;
	width: 1400px;
	left: 50%;
	top: 0;
	margin-left: -700px;
	z-index: 2;
}

.fenlan-pic>div .tell {
	font-size: 34px;
	font-family: num2;
	color: #fff;
	position: absolute;
	right: 0;
	top: 48%;
	z-index: 2;
}

.fenlan-pic>div a {
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 50px;
	border-radius: 5px;
	width: 140px;
	background: #0d61ae;
	color: #fff;
	transition: 0.5s;
	position: absolute;
	right: 6.7%;
	top: 64%;
	z-index: 2;
}

.fenlan-pic>div a i {
	color: #fff;
	font-size: 1.2em;
}

.fenlan-pic>div a:hover {
	color: #fff;
}



/* item列表 分栏 */
.item2 {}

.item2::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item2 .item {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.item2 .item:nth-child(2)~.item {
	margin-top: 2%;
}

.item2 .item:nth-child(2n) {
	margin-right: 0;
}

.item3 {}

.item3::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item3 .item {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.item3 .item:nth-child(3)~.item {
	margin-top: 2%;
}

.item3 .item:nth-child(3n) {
	margin-right: 0;
}

.item4 {}

.item4::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item4 .item {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.item4 .item:nth-child(4)~.item {
	margin-top: 2%;
}

.item4 .item:nth-child(4n) {
	margin-right: 0;
}


.item5 {}

.item5::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item5 .item {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.item5 .item:nth-child(5)~.item {
	margin-top: 2%;
}

.item5 .item:nth-child(5n) {
	margin-right: 0;
}


/***分页***/
.page {
	margin: 2em auto 0;
	display: flex;
	justify-content: center;
	font-size: 16px;
	text-align: center;
}

.page li {
	color: #666 !important;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	line-height: 49px;
	background: #fff;
	border-radius: 2.5em;
}

.page li:first-child,
.page li:last-child {
	width: 8em;
}

.page li a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

.page strong {
	margin: 0 5px;
}

.page .thisclass {
	line-height: 49px;
	padding: 0 100px;
	border-radius: 2.5em;
	/* border: solid 1px #ccc; */
	background: #fff;
}

.page li.active {
	background: #0d61ae !important;
}


.page li a:hover {
	color: #0d61ae;
}

.page li.active a {
	color: #fff;
}


/* 上一页 下一页 */
.prenext {
	font-size: 18px;
	line-height: 2em;
	padding: 15px 20px;
	color: #333;
	/* border: solid 1px #ccc; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 4em auto 50px;
	background: #fff;
}

.prenext div {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10%;
}

.prenext .prenext-next {
	width: 40%;
	text-align: left;
}

.prenext .prenext-pre {
	text-align: right;
	width: 40%;
}

.prenext a i {
	color: #0d61ae;
}

.prenext a {
	color: #333;
}

.prenext a:hover {
	color: #0d61ae;
}


/* tab切换 */
.tab-box {
	display: none;
}

/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	height: 0;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	overflow: hidden;
}

/* 浮动窗 */
.fudong-box-1 {
	position: fixed;
	bottom: -78px;
	right: 0px;
	z-index: 99999999999;
	transition: 0.5s;
	font-weight: normal;
	box-shadow: 0 0 10px -5px #333;
}

.fudong-box-1 ul li {
	width: 78px;
	height: 78px;
	color: #666;
	border-top: none;
	background-color: #ededed;
	transition: 0.3s;
	position: relative;
	z-index: 99999999998;
	text-align: center;
}

.fudong-box-1 ul li+* {
	margin-top: 1px;
}

.fudong-box-1 ul li:hover>a {
	background-color: #0d61ae;
	transition: 0.5s;
}

.fudong-box-1 ul li.gotop>a {
	background-color: #2b2b2b;
}

.fudong-box-1 ul li>a>i {
	font-size: 30px;
	line-height: 22px;
	padding-top: 18px;
	display: block;
}

.fudong-box-1 ul .fudong-qq>a>i {
	font-size: 27px;
}

.fudong-box-1 ul li:hover>a>i {
	color: #fff !important;
}

.fudong-box-1 ul li.gotop>a>i {
	color: #fff !important;
	font-size: 32px;
}

.fudong-box-1 ul li>a {
	display: block;
	position: relative;
	z-index: 99999999997;
}

.fudong-box-1 ul li a>p {
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.fudong-box-1 ul li>div {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #0d61ae;
	z-index: 99999999;
	opacity: 0.0;
	min-height: 78px;
	right: -500px;
	color: #fff;
}

.fudong-box-1 ul li:hover>div {
	opacity: 1.0;
	right: 79px;
	transition: 0.5s;
}

.fudong-box-1 ul li:hover a>p {
	transition: 0.5s;
	color: #fff;
}

.fudong-box-1 ul li.fudong-qq div {
	padding: 15px;
	width: 120px;
}

.fudong-box-1 ul li.fudong-wx div {
	font-size: 0;
	padding: 15px;
	width: auto;
	display: flex;
	justify-content: space-between;
}

.fudong-box-1 ul li.fudong-wx div img {
	display: block;
	width: 120px;
}

.fudong-box-1 ul li.fudong-wx div img+img {
	margin-left: 15px;
}

.fudong-box-1 ul li.fudong-tell div {
	font-size: 26px;
	font-family: num2;
	transition: 0.3s;
	padding: 15px 20px;
	height: auto;
	width: 9em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}

.fudong-box-1-1 ul li.fudong-tell div p {
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	width: 100%;
}


/* 头部 */
.top-box-2 {}

.top-box-2 .top-logo-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-box-2 .top-logo-box .logo {
	display: block;
}

.top-box-2 .top-logo-box .logo img {
	display: block;
}

.top-box-2 .tell {
	display: flex;
	align-items: center;
	color: #0d61ae;
}

.top-box-2 .tell i {
	font-size: 36px;
	line-height: 1em;
	height: 1;
}

.top-box-2 .tell .info {
	margin-left: 10px;
}

.top-box-2 .tell .info p {
	font-weight: bold;
	font-family: 'num2';
	font-size: 22px;
}

/* 头部导航 */
.top-nav-box {
	position: relative;
	z-index: 2;
	width: 45%;
}

#top-nav-ul {
	display: flex;
	justify-content: center;
	width: 100%;
}

.top-nav-class-1>li {
	position: relative;
	text-align: center;
	width: 100%;
}

.top-nav-class-1>li+li {}

.top-nav-class-1>li>a {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}


.top-nav-class-1>li>a .title {
	color: #333;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: 0.5s;
	line-height: 100px;
}

.top-nav-class-1>li>a::before {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	background: #0d61ae;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}

.top-nav-class-1>li.index>a>.title,
.top-nav-class-1>li.focus>a>.title {
	opacity: 1;
	color: #fff;
}

.top-nav-class-1>li.index>a::before,
.top-nav-class-1>li.focus>a::before {
	height: 100%;
}

.top-nav-class-1 .nav-find {
	z-index: 100;
	width: 100%;
}

.top-nav-class-1 .nav-find ul {
	display: block;
	width: auto;
}

.top-nav-class-1 .nav-find ul li:first-child::before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-bottom: 10px solid #0d61ae;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
	transition: 0.5s;
	display: none;
}

.top-nav-class-1 .nav-find ul li {
	background: #0d61ae;
	transition: 0.5s;
	position: relative;
	margin-top: 1px;
}

.top-nav-class-1 .nav-find ul li a {
	font-size: 14px;
	display: block;
	line-height: 3em;
	padding: 0 10px;
	color: #fff;
}

.top-nav-class-1 .nav-find ul li:hover a {
	color: #fff;
	text-decoration: underline;
}



/* 底部二维码边框 */
.wx-pic img {
	display: block;
	width: 100%;
	padding: 15px;
	background: url(../img/wx-bg1.png) no-repeat 0 0 / 100%;
}

/* 底部样式 */
.footer-class-3 {
	background: #222;
	font-size: 16px;
	padding-top: 50px;
	color: #ccc;
}

.footer-class-3 .container {
	display: flex;
	justify-content: space-between;
}

.footer-class-3 a {
	color: #ccc;
}

.footer-class-3 a:hover {
	color: #fff;
}

.footer-class-3 .line {
	width: 1px;
	background: #666;
	display: block;
}

.footer-class-3-bt {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

.footer-class-3 .left {
	width: 400px;
}

.footer-class-3-news-list {
	height: 220px;
}

.footer-class-3-news-list .item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #999;
}

.footer-class-3-news-list .box {
	display: block;
}

.footer-class-3-news-list .box .text {
	display: flex;
	justify-content: space-between;
}

.footer-class-3-news-list .box .title {
	width: 70%;
}

.footer-class-3-news-list .box .title span {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	display: inline-block;
	background-color: #ffa200;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -2px;
}

.footer-class-3-news-list .box .time {
	opacity: 0.7;
}

.footer-class-3 .middle {
	width: 370px;
}

.footer-class-3 .lxfs-info {}

.footer-class-3 .lxfs-info div {
	display: flex;
	align-items: center;
}

.footer-class-3 .lxfs-info div~div {
	margin-top: 30px;
}

.footer-class-3 .lxfs-info div i {
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
}

.footer-class-3 .right {
	width: 140px;
	text-align: center;
	align-self: center;
	font-size: 18px;
}

.footer-class-3 .right .wx-pic {
	margin-bottom: 20px;
}

.footer-class-3-banquan {
	background: #000;
	padding: 20px 0;
	margin-top: 40px;
}

.footer-class-3-banquan .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
}


/* 自适应宽度布局 */
.media-container {
	position: relative;
	width: auto;
	transition: 0.5s;
	min-width: 1160px;
}

@media screen and (min-width: 1701px) {
	.media-container {
		margin: 0 5%;
	}

}

@media screen and (max-width: 1700px) {
	.media-container {
		margin: 0 4%;
	}

}

@media screen and (max-width: 1500px) {
	.media-container {
		margin: 0 4%;
	}

}

@media screen and (max-width: 1400px) {
	.media-container {
		margin: 0 3%;
	}
}


@media screen and (max-width: 1200px) {
	.media-container {
		margin: 0 20px;
	}
}


/* 弹出层 */
#outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999999999999;
	width: 100%;
	height: 100%;
	display: none;
}

#outerdiv #innerdiv {
	left: 0 !important;
	top: 0% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#outerdiv #innerdiv img {
	display: block;
	max-height: 90vh;
}


/* 板块标题 */
.column-title {
	font-size:30px;
	position: relative;
	color: #333;
	margin-bottom: 20px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}

.column-title.bt2 {
	color: #fff;
}

.column-title .title {
	z-index: 2;
	position: relative;
	color: #0d61ae;
}

.column-title.bt2 .title {
	color: #fff;
}


.column-title .titleen {
	font-size: 50px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0.1;
	text-transform: uppercase;
	width: 100%;
}


/* 友情链接 */
.links-box {
	padding: 20px 0;
	border-top: solid 1px #ccc;
}

.links-box .links-list {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.links-box .links-list .bt {
	width: 4.5em;
	font-weight: bold;
}

.links-box .links-list .links {
	width: calc(100% - 5em);
	opacity: 0.8;
}



/* 加盟表单 */
.jmsq {
	position: relative;
	z-index: 10;
	padding: 40px;
	background: url(../img/jmsq-bg.jpg) no-repeat top center /cover;
}

.jmsq-bt {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 35px;
}

.jmsq-bt .info {
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	background: url(../img/line.png) no-repeat center center;
}

.jmsq-message {
	display: flex;
	flex-wrap: wrap;
}

.jmsq-message .item {
	width: 32%;
	display: flex;
	font-size: 16px;
	line-height: 40px;
	margin-right: 2%;
	justify-content: space-between;
}

.jmsq-message .item:nth-child(3) {
	margin-right: 0;
}

.jmsq-message .item:nth-child(3)~* {
	margin-top: 2%;
}

.jmsq-message .item .bt {
	color: #fff;
	width: 4em;
	min-height: 1px;
}

.jmsq-message .item .input {
	display: block;
	border: none;
	background: #fff;
	color: #ccc;
	width: calc(100% - 5em);
	font-size: 16px;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
}

.jmsq-message .item:nth-child(5) {
	width: 54%;
}

.jmsq-message .item:nth-child(5) .input {
	resize: none;
	line-height: 40px;
	height: 40px;
}

.jmsq-message input[type='submit'] {
	display: block;
	width: calc(100% - 90%);
	color: #fff;
	font-size: 18px;
	line-height: 2.25em;
	cursor: pointer;
	background: none;
	transition: 0.5s;
	margin-top: 20px;
	background: #ffa200;
	margin-right: 0;
}

/* 底部友情链接 */
.footer-links {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #999;
	color: #fff;
}

.footer-links>div {
	display: flex;
}

.footer-links .links-bt {
	font-size: 18px;
	font-weight: bold;
	width: 8.5em;
}

.footer-links .links-bt span {
	font-family: 'en2';
	font-weight: normal;
	margin-left: 10px;
	text-transform: uppercase;
}

.footer-links .links-list {
	width: calc(100% - 8.5em);
	display: flex;
	flex-wrap: wrap;
}

.footer-links .links-list a {
	color: #fff;
	opacity: 0.8;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.footer-links .links-list a:hover {
	opacity: 1;
}
